home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / WebObjects / WebObjectsDoc_HTML / Reuse / ReusableComponentsEx / AlertPanelEx.wo / AlertPanelEx.wod < prev    next >
Encoding:
Text File  |  1996-03-11  |  609 b   |  28 lines

  1. ////////////////////////
  2. //  AlertPanelEx
  3. //  by Charles Lloyd
  4. ////////////////////////
  5.  
  6.  
  7. AlertPanel1: AlertPanel {
  8.     infoString = "This is pretty much what the default AlertPanel looks like.  Only the infoString has been set";
  9. };
  10.  
  11. AlertPanel2: AlertPanel {
  12.     infoString = infoString2;
  13.     infoFontSize = 5;
  14.     infoFontColor = "#000000";
  15.     alertString = "Oooops!";
  16.     alertFontColor = "#ff00ff";
  17.     alertFontSize = 7;
  18.     tableWidth = "75%";
  19. };
  20.  
  21. ShowSourceControls: ShowSource {
  22.     componentName = "AlertPanel";
  23. }; 
  24.  
  25. ComponentDescription: ComponentDescription {
  26.     componentName = "AlertPanel";
  27. };
  28.